Structure to copy
Database in which to copy the structure
Prefix to be added to the structure members
If the structure is:
struct Foo {
int intParm;
string stringParm;
bool is60Hz
}Then
Foo foo; copyToRedis!Foo(foo, redis, "f:")
set these redis variables:
Copy a structure into Redis variables.